[INFO] fetching crate reliakit-derive 1.1.0...
[INFO] fixing reliakit-derive-1.1.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate reliakit-derive 1.1.0 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate reliakit-derive 1.1.0
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate reliakit-derive 1.1.0
[INFO] tweaked toml for crates.io crate reliakit-derive 1.1.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate reliakit-derive 1.1.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate reliakit-derive 1.1.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 8ebdd62ade16cea79fc88d58e7cf6d75b824dd8a01edb2d4fdf584ed4c8fdab6
[INFO] running `Command { std: "docker" "start" "8ebdd62ade16cea79fc88d58e7cf6d75b824dd8a01edb2d4fdf584ed4c8fdab6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "8ebdd62ade16cea79fc88d58e7cf6d75b824dd8a01edb2d4fdf584ed4c8fdab6" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8ebdd62ade16cea79fc88d58e7cf6d75b824dd8a01edb2d4fdf584ed4c8fdab6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "8ebdd62ade16cea79fc88d58e7cf6d75b824dd8a01edb2d4fdf584ed4c8fdab6" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling reliakit-derive v1.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `reliakit_csv`
[INFO] [stdout]  --> tests/csv.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use reliakit_csv::{CsvDecode, CsvDecodeErrorKind, CsvFromStrError, from_csv_str, to_csv_string};
[INFO] [stdout]   |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `reliakit_csv`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `reliakit_csv`, use `cargo add reliakit_csv` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `reliakit_codec`
[INFO] [stdout]   --> examples/protocol.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use reliakit_codec::{CodecErrorKind, decode_from_slice_exact, encode_to_vec};
[INFO] [stdout]    |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `reliakit_codec`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `reliakit_codec`, use `cargo add reliakit_codec` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `reliakit_json`
[INFO] [stdout]  --> tests/json.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use reliakit_json::{JsonDecodeErrorKind, JsonFromStrError, from_json_str, to_json_string};
[INFO] [stdout]   |     ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `reliakit_json`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `reliakit_json`, use `cargo add reliakit_json` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `reliakit_codec` in the crate root
[INFO] [stdout]   --> examples/protocol.rs:16:28
[INFO] [stdout]    |
[INFO] [stdout] 16 | #[derive(Debug, PartialEq, CanonicalEncode, CanonicalDecode)]
[INFO] [stdout]    |                            ^^^^^^^^^^^^^^^ could not find `reliakit_codec` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `CanonicalEncode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `reliakit_csv` in the crate root
[INFO] [stdout]  --> tests/csv.rs:6:28
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[derive(Debug, PartialEq, CsvEncode, CsvDecode)]
[INFO] [stdout]   |                            ^^^^^^^^^ could not find `reliakit_csv` in the list of imported crates
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `CsvEncode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `reliakit_codec`
[INFO] [stdout]  --> tests/derive.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use reliakit_codec::{CodecErrorKind, decode_from_slice_exact, encode_to_vec};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `reliakit_codec`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `reliakit_codec`, use `cargo add reliakit_codec` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `reliakit_json` in the crate root
[INFO] [stdout]  --> tests/json.rs:6:28
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[derive(Debug, PartialEq, JsonEncode, JsonDecode)]
[INFO] [stdout]   |                            ^^^^^^^^^^ could not find `reliakit_json` in the list of imported crates
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `JsonEncode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `reliakit_codec` in the crate root
[INFO] [stdout]  --> tests/derive.rs:6:28
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[derive(Debug, PartialEq, CanonicalEncode, CanonicalDecode)]
[INFO] [stdout]   |                            ^^^^^^^^^^^^^^^ could not find `reliakit_codec` in the list of imported crates
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `CanonicalEncode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `reliakit_csv` in the crate root
[INFO] [stdout]  --> tests/csv.rs:6:39
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[derive(Debug, PartialEq, CsvEncode, CsvDecode)]
[INFO] [stdout]   |                                       ^^^^^^^^^ could not find `reliakit_csv` in the list of imported crates
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `CsvDecode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `reliakit_codec` in the crate root
[INFO] [stdout]   --> examples/protocol.rs:16:45
[INFO] [stdout]    |
[INFO] [stdout] 16 | #[derive(Debug, PartialEq, CanonicalEncode, CanonicalDecode)]
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^ could not find `reliakit_codec` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `CanonicalDecode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `reliakit_json` in the crate root
[INFO] [stdout]  --> tests/json.rs:6:40
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[derive(Debug, PartialEq, JsonEncode, JsonDecode)]
[INFO] [stdout]   |                                        ^^^^^^^^^^ could not find `reliakit_json` in the list of imported crates
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `JsonDecode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `reliakit_codec` in the crate root
[INFO] [stdout]  --> tests/derive.rs:6:45
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[derive(Debug, PartialEq, CanonicalEncode, CanonicalDecode)]
[INFO] [stdout]   |                                             ^^^^^^^^^^^^^^^ could not find `reliakit_codec` in the list of imported crates
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `CanonicalDecode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `reliakit_csv` in the crate root
[INFO] [stdout]   --> tests/csv.rs:37:28
[INFO] [stdout]    |
[INFO] [stdout] 37 | #[derive(Debug, PartialEq, CsvEncode, CsvDecode)]
[INFO] [stdout]    |                            ^^^^^^^^^ could not find `reliakit_csv` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `CsvEncode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `reliakit_codec` in the crate root
[INFO] [stdout]   --> examples/protocol.rs:22:28
[INFO] [stdout]    |
[INFO] [stdout] 22 | #[derive(Debug, PartialEq, CanonicalEncode, CanonicalDecode)]
[INFO] [stdout]    |                            ^^^^^^^^^^^^^^^ could not find `reliakit_codec` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `CanonicalEncode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `reliakit_codec` in the crate root
[INFO] [stdout]   --> tests/derive.rs:21:28
[INFO] [stdout]    |
[INFO] [stdout] 21 | #[derive(Debug, PartialEq, CanonicalEncode, CanonicalDecode)]
[INFO] [stdout]    |                            ^^^^^^^^^^^^^^^ could not find `reliakit_codec` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `CanonicalEncode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `reliakit_json` in the crate root
[INFO] [stdout]   --> tests/json.rs:20:28
[INFO] [stdout]    |
[INFO] [stdout] 20 | #[derive(Debug, PartialEq, JsonEncode, JsonDecode)]
[INFO] [stdout]    |                            ^^^^^^^^^^ could not find `reliakit_json` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `JsonEncode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `reliakit_csv` in the crate root
[INFO] [stdout]   --> tests/csv.rs:37:39
[INFO] [stdout]    |
[INFO] [stdout] 37 | #[derive(Debug, PartialEq, CsvEncode, CsvDecode)]
[INFO] [stdout]    |                                       ^^^^^^^^^ could not find `reliakit_csv` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `CsvDecode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `reliakit_json` in the crate root
[INFO] [stdout]   --> tests/json.rs:20:40
[INFO] [stdout]    |
[INFO] [stdout] 20 | #[derive(Debug, PartialEq, JsonEncode, JsonDecode)]
[INFO] [stdout]    |                                        ^^^^^^^^^^ could not find `reliakit_json` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `JsonDecode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `reliakit_codec` in the crate root
[INFO] [stdout]   --> tests/derive.rs:21:45
[INFO] [stdout]    |
[INFO] [stdout] 21 | #[derive(Debug, PartialEq, CanonicalEncode, CanonicalDecode)]
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^ could not find `reliakit_codec` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `CanonicalDecode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `reliakit_codec` in the crate root
[INFO] [stdout]   --> examples/protocol.rs:22:45
[INFO] [stdout]    |
[INFO] [stdout] 22 | #[derive(Debug, PartialEq, CanonicalEncode, CanonicalDecode)]
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^ could not find `reliakit_codec` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `CanonicalDecode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `reliakit_csv` in the crate root
[INFO] [stdout]   --> tests/csv.rs:78:28
[INFO] [stdout]    |
[INFO] [stdout] 78 | #[derive(Debug, PartialEq, CsvEncode, CsvDecode)]
[INFO] [stdout]    |                            ^^^^^^^^^ could not find `reliakit_csv` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `CsvEncode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `reliakit_codec` in the crate root
[INFO] [stdout]   --> tests/derive.rs:39:28
[INFO] [stdout]    |
[INFO] [stdout] 39 | #[derive(Debug, PartialEq, CanonicalEncode, CanonicalDecode)]
[INFO] [stdout]    |                            ^^^^^^^^^^^^^^^ could not find `reliakit_codec` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `CanonicalEncode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `reliakit_json` in the crate root
[INFO] [stdout]   --> tests/json.rs:30:28
[INFO] [stdout]    |
[INFO] [stdout] 30 | #[derive(Debug, PartialEq, JsonEncode, JsonDecode)]
[INFO] [stdout]    |                            ^^^^^^^^^^ could not find `reliakit_json` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `JsonEncode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `reliakit_json` in the crate root
[INFO] [stdout]   --> tests/json.rs:30:40
[INFO] [stdout]    |
[INFO] [stdout] 30 | #[derive(Debug, PartialEq, JsonEncode, JsonDecode)]
[INFO] [stdout]    |                                        ^^^^^^^^^^ could not find `reliakit_json` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `JsonDecode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `reliakit-derive` (example "protocol") due to 5 previous errors
[INFO] [stdout] error[E0433]: cannot find `reliakit_codec` in the crate root
[INFO] [stdout]   --> tests/derive.rs:39:45
[INFO] [stdout]    |
[INFO] [stdout] 39 | #[derive(Debug, PartialEq, CanonicalEncode, CanonicalDecode)]
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^ could not find `reliakit_codec` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `CanonicalDecode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0433]: cannot find `reliakit_csv` in the crate root
[INFO] [stdout]   --> tests/csv.rs:78:39
[INFO] [stdout]    |
[INFO] [stdout] 78 | #[derive(Debug, PartialEq, CsvEncode, CsvDecode)]
[INFO] [stdout]    |                                       ^^^^^^^^^ could not find `reliakit_csv` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `CsvDecode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `reliakit-derive` (test "csv") due to 10 previous errors
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `reliakit_json` in the crate root
[INFO] [stdout]   --> tests/json.rs:39:28
[INFO] [stdout]    |
[INFO] [stdout] 39 | #[derive(Debug, PartialEq, JsonEncode, JsonDecode)]
[INFO] [stdout]    |                            ^^^^^^^^^^ could not find `reliakit_json` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `JsonEncode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `reliakit_codec` in the crate root
[INFO] [stdout]   --> tests/derive.rs:50:28
[INFO] [stdout]    |
[INFO] [stdout] 50 | #[derive(Debug, PartialEq, CanonicalEncode, CanonicalDecode)]
[INFO] [stdout]    |                            ^^^^^^^^^^^^^^^ could not find `reliakit_codec` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `CanonicalEncode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `reliakit_csv` in the crate root
[INFO] [stdout]  --> tests/csv.rs:6:28
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[derive(Debug, PartialEq, CsvEncode, CsvDecode)]
[INFO] [stdout]   |                            ^^^^^^^^^ could not find `reliakit_csv` in the list of imported crates
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `CsvEncode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 3 + use std::vec::Vec;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `reliakit_csv` in the crate root
[INFO] [stdout]   --> tests/csv.rs:37:28
[INFO] [stdout]    |
[INFO] [stdout] 37 | #[derive(Debug, PartialEq, CsvEncode, CsvDecode)]
[INFO] [stdout]    |                            ^^^^^^^^^ could not find `reliakit_csv` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `CsvEncode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  3 + use std::vec::Vec;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `reliakit_csv` in the crate root
[INFO] [stdout]   --> tests/csv.rs:78:28
[INFO] [stdout]    |
[INFO] [stdout] 78 | #[derive(Debug, PartialEq, CsvEncode, CsvDecode)]
[INFO] [stdout]    |                            ^^^^^^^^^ could not find `reliakit_csv` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `CsvEncode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  3 + use std::vec::Vec;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `reliakit_codec` in the crate root
[INFO] [stdout]   --> tests/derive.rs:50:45
[INFO] [stdout]    |
[INFO] [stdout] 50 | #[derive(Debug, PartialEq, CanonicalEncode, CanonicalDecode)]
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^ could not find `reliakit_codec` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `CanonicalDecode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `reliakit_json` in the crate root
[INFO] [stdout]   --> tests/json.rs:39:40
[INFO] [stdout]    |
[INFO] [stdout] 39 | #[derive(Debug, PartialEq, JsonEncode, JsonDecode)]
[INFO] [stdout]    |                                        ^^^^^^^^^^ could not find `reliakit_json` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `JsonDecode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `reliakit_codec` in the crate root
[INFO] [stdout]   --> tests/derive.rs:60:28
[INFO] [stdout]    |
[INFO] [stdout] 60 | #[derive(Debug, PartialEq, CanonicalEncode, CanonicalDecode)]
[INFO] [stdout]    |                            ^^^^^^^^^^^^^^^ could not find `reliakit_codec` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `CanonicalEncode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `reliakit_codec` in the crate root
[INFO] [stdout]   --> tests/derive.rs:60:45
[INFO] [stdout]    |
[INFO] [stdout] 60 | #[derive(Debug, PartialEq, CanonicalEncode, CanonicalDecode)]
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^ could not find `reliakit_codec` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `CanonicalDecode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `reliakit_json` in the crate root
[INFO] [stdout]   --> tests/json.rs:44:28
[INFO] [stdout]    |
[INFO] [stdout] 44 | #[derive(Debug, PartialEq, JsonEncode, JsonDecode)]
[INFO] [stdout]    |                            ^^^^^^^^^^ could not find `reliakit_json` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `JsonEncode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `reliakit_codec` in the crate root
[INFO] [stdout]   --> tests/derive.rs:70:28
[INFO] [stdout]    |
[INFO] [stdout] 70 | #[derive(Debug, PartialEq, CanonicalEncode, CanonicalDecode)]
[INFO] [stdout]    |                            ^^^^^^^^^^^^^^^ could not find `reliakit_codec` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `CanonicalEncode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `reliakit_json` in the crate root
[INFO] [stdout]   --> tests/json.rs:44:40
[INFO] [stdout]    |
[INFO] [stdout] 44 | #[derive(Debug, PartialEq, JsonEncode, JsonDecode)]
[INFO] [stdout]    |                                        ^^^^^^^^^^ could not find `reliakit_json` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `JsonDecode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `reliakit_codec` in the crate root
[INFO] [stdout]   --> tests/derive.rs:70:45
[INFO] [stdout]    |
[INFO] [stdout] 70 | #[derive(Debug, PartialEq, CanonicalEncode, CanonicalDecode)]
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^ could not find `reliakit_codec` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `CanonicalDecode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `reliakit_codec` in the crate root
[INFO] [stdout]   --> tests/derive.rs:85:28
[INFO] [stdout]    |
[INFO] [stdout] 85 | #[derive(Debug, PartialEq, CanonicalEncode, CanonicalDecode)]
[INFO] [stdout]    |                            ^^^^^^^^^^^^^^^ could not find `reliakit_codec` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `CanonicalEncode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `reliakit_json` in the crate root
[INFO] [stdout]   --> tests/json.rs:77:28
[INFO] [stdout]    |
[INFO] [stdout] 77 | #[derive(Debug, PartialEq, JsonEncode, JsonDecode)]
[INFO] [stdout]    |                            ^^^^^^^^^^ could not find `reliakit_json` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `JsonEncode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `reliakit_codec` in the crate root
[INFO] [stdout]   --> tests/derive.rs:85:45
[INFO] [stdout]    |
[INFO] [stdout] 85 | #[derive(Debug, PartialEq, CanonicalEncode, CanonicalDecode)]
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^ could not find `reliakit_codec` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `CanonicalDecode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `reliakit_codec` in the crate root
[INFO] [stdout]    --> tests/derive.rs:110:28
[INFO] [stdout]     |
[INFO] [stdout] 110 | #[derive(Debug, PartialEq, CanonicalEncode, CanonicalDecode)]
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^ could not find `reliakit_codec` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `CanonicalEncode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `reliakit_json` in the crate root
[INFO] [stdout]   --> tests/json.rs:77:40
[INFO] [stdout]    |
[INFO] [stdout] 77 | #[derive(Debug, PartialEq, JsonEncode, JsonDecode)]
[INFO] [stdout]    |                                        ^^^^^^^^^^ could not find `reliakit_json` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `JsonDecode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `reliakit_codec` in the crate root
[INFO] [stdout]    --> tests/derive.rs:110:45
[INFO] [stdout]     |
[INFO] [stdout] 110 | #[derive(Debug, PartialEq, CanonicalEncode, CanonicalDecode)]
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^ could not find `reliakit_codec` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `CanonicalDecode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `reliakit_json` in the crate root
[INFO] [stdout]    --> tests/json.rs:126:28
[INFO] [stdout]     |
[INFO] [stdout] 126 | #[derive(Debug, PartialEq, JsonEncode, JsonDecode)]
[INFO] [stdout]     |                            ^^^^^^^^^^ could not find `reliakit_json` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `JsonEncode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `reliakit_codec` in the crate root
[INFO] [stdout]    --> tests/derive.rs:125:28
[INFO] [stdout]     |
[INFO] [stdout] 125 | #[derive(Debug, PartialEq, CanonicalEncode, CanonicalDecode)]
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^ could not find `reliakit_codec` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `CanonicalEncode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `reliakit_json` in the crate root
[INFO] [stdout]    --> tests/json.rs:126:40
[INFO] [stdout]     |
[INFO] [stdout] 126 | #[derive(Debug, PartialEq, JsonEncode, JsonDecode)]
[INFO] [stdout]     |                                        ^^^^^^^^^^ could not find `reliakit_json` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `JsonDecode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `reliakit_codec` in the crate root
[INFO] [stdout]    --> tests/derive.rs:125:45
[INFO] [stdout]     |
[INFO] [stdout] 125 | #[derive(Debug, PartialEq, CanonicalEncode, CanonicalDecode)]
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^ could not find `reliakit_codec` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `CanonicalDecode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `reliakit_codec` in the crate root
[INFO] [stdout]    --> tests/derive.rs:150:28
[INFO] [stdout]     |
[INFO] [stdout] 150 | #[derive(Debug, PartialEq, CanonicalEncode, CanonicalDecode)]
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^ could not find `reliakit_codec` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `CanonicalEncode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `reliakit-derive` (test "json") due to 15 previous errors
[INFO] [stdout] error[E0433]: cannot find `reliakit_codec` in the crate root
[INFO] [stdout]    --> tests/derive.rs:150:45
[INFO] [stdout]     |
[INFO] [stdout] 150 | #[derive(Debug, PartialEq, CanonicalEncode, CanonicalDecode)]
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^ could not find `reliakit_codec` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `CanonicalDecode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `reliakit_codec` in the crate root
[INFO] [stdout]    --> tests/derive.rs:182:28
[INFO] [stdout]     |
[INFO] [stdout] 182 | #[derive(Debug, PartialEq, CanonicalEncode, CanonicalDecode)]
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^ could not find `reliakit_codec` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `CanonicalEncode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `reliakit_codec` in the crate root
[INFO] [stdout]    --> tests/derive.rs:182:45
[INFO] [stdout]     |
[INFO] [stdout] 182 | #[derive(Debug, PartialEq, CanonicalEncode, CanonicalDecode)]
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^ could not find `reliakit_codec` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `CanonicalDecode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `reliakit_codec` in the crate root
[INFO] [stdout]    --> tests/derive.rs:250:28
[INFO] [stdout]     |
[INFO] [stdout] 250 | #[derive(Debug, PartialEq, CanonicalEncode, CanonicalDecode)]
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^ could not find `reliakit_codec` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `CanonicalEncode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `reliakit_codec` in the crate root
[INFO] [stdout]    --> tests/derive.rs:250:45
[INFO] [stdout]     |
[INFO] [stdout] 250 | #[derive(Debug, PartialEq, CanonicalEncode, CanonicalDecode)]
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^ could not find `reliakit_codec` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `CanonicalDecode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `reliakit_codec` in the crate root
[INFO] [stdout]    --> tests/derive.rs:278:28
[INFO] [stdout]     |
[INFO] [stdout] 278 | #[derive(Debug, PartialEq, CanonicalEncode, CanonicalDecode)]
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^ could not find `reliakit_codec` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `CanonicalEncode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `reliakit_codec` in the crate root
[INFO] [stdout]    --> tests/derive.rs:278:45
[INFO] [stdout]     |
[INFO] [stdout] 278 | #[derive(Debug, PartialEq, CanonicalEncode, CanonicalDecode)]
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^ could not find `reliakit_codec` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `CanonicalDecode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `reliakit_codec` in the crate root
[INFO] [stdout]    --> tests/derive.rs:299:28
[INFO] [stdout]     |
[INFO] [stdout] 299 | #[derive(Debug, PartialEq, CanonicalEncode, CanonicalDecode)]
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^ could not find `reliakit_codec` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `CanonicalEncode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `reliakit_codec` in the crate root
[INFO] [stdout]    --> tests/derive.rs:299:45
[INFO] [stdout]     |
[INFO] [stdout] 299 | #[derive(Debug, PartialEq, CanonicalEncode, CanonicalDecode)]
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^ could not find `reliakit_codec` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `CanonicalDecode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `reliakit_codec` in the crate root
[INFO] [stdout]    --> tests/derive.rs:305:28
[INFO] [stdout]     |
[INFO] [stdout] 305 | #[derive(Debug, PartialEq, CanonicalEncode, CanonicalDecode)]
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^ could not find `reliakit_codec` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `CanonicalEncode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `reliakit_codec` in the crate root
[INFO] [stdout]    --> tests/derive.rs:305:45
[INFO] [stdout]     |
[INFO] [stdout] 305 | #[derive(Debug, PartialEq, CanonicalEncode, CanonicalDecode)]
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^ could not find `reliakit_codec` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `CanonicalDecode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `reliakit_codec` in the crate root
[INFO] [stdout]    --> tests/derive.rs:336:28
[INFO] [stdout]     |
[INFO] [stdout] 336 | #[derive(Debug, PartialEq, CanonicalEncode, CanonicalDecode)]
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^ could not find `reliakit_codec` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `CanonicalEncode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `reliakit_codec` in the crate root
[INFO] [stdout]    --> tests/derive.rs:336:45
[INFO] [stdout]     |
[INFO] [stdout] 336 | #[derive(Debug, PartialEq, CanonicalEncode, CanonicalDecode)]
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^ could not find `reliakit_codec` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `CanonicalDecode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `reliakit_codec` in the crate root
[INFO] [stdout]    --> tests/derive.rs:352:28
[INFO] [stdout]     |
[INFO] [stdout] 352 | #[derive(Debug, PartialEq, CanonicalEncode, CanonicalDecode)]
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^ could not find `reliakit_codec` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `CanonicalEncode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `reliakit_codec` in the crate root
[INFO] [stdout]    --> tests/derive.rs:352:45
[INFO] [stdout]     |
[INFO] [stdout] 352 | #[derive(Debug, PartialEq, CanonicalEncode, CanonicalDecode)]
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^ could not find `reliakit_codec` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `CanonicalDecode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `reliakit_codec` in the crate root
[INFO] [stdout]    --> tests/derive.rs:375:28
[INFO] [stdout]     |
[INFO] [stdout] 375 | #[derive(Debug, PartialEq, CanonicalEncode, CanonicalDecode)]
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^ could not find `reliakit_codec` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `CanonicalEncode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `reliakit_codec` in the crate root
[INFO] [stdout]    --> tests/derive.rs:375:45
[INFO] [stdout]     |
[INFO] [stdout] 375 | #[derive(Debug, PartialEq, CanonicalEncode, CanonicalDecode)]
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^ could not find `reliakit_codec` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `CanonicalDecode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `reliakit-derive` (test "derive") due to 37 previous errors
[INFO] running `Command { std: "docker" "inspect" "8ebdd62ade16cea79fc88d58e7cf6d75b824dd8a01edb2d4fdf584ed4c8fdab6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8ebdd62ade16cea79fc88d58e7cf6d75b824dd8a01edb2d4fdf584ed4c8fdab6", kill_on_drop: false }`
[INFO] [stdout] 8ebdd62ade16cea79fc88d58e7cf6d75b824dd8a01edb2d4fdf584ed4c8fdab6
